crypto/cipher.gcmFallback.nonceSize (field)
6 uses
crypto/cipher (current package)
gcm.go#L220: return &gcmFallback{cipher: cipher, nonceSize: nonceSize, tagSize: tagSize}, nil
gcm.go#L228: nonceSize int
gcm.go#L233: return g.nonceSize
gcm.go#L241: if len(nonce) != g.nonceSize {
gcm.go#L244: if g.nonceSize == 0 {
gcm.go#L276: if len(nonce) != g.nonceSize {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |